﻿set_capital = {state = 808}

oob = "BUU_1936"

# Starting tech
set_technology = {
	infantry_weapons = 1
	infantry_weapons1 = 1
	tech_trucks = 1
	gw_artillery = 1
	tech_support = 1
	basic_train = 1
}
if = {
	limit = { not = { has_dlc = "Man the Guns" } }
	set_technology = {
		early_submarine = 1
	}
}
if = {
	limit = { has_dlc = "Man the Guns" }
	set_technology = {
		basic_torpedo = 1
		submarine_mine_laying = 1
		early_ship_hull_submarine = 1
	}
}


if = {
	limit = { has_dlc = "By Blood Alone" }
		set_air_oob = "BUU_1936_air_bba"
	else = {
		set_technology = {
			early_fighter = 1
		}
	}
}
add_ideas = {
	limited_conscription
}

set_research_slots = 3

set_convoys = 10

set_popularities = {
        russiandem= 25
        radicalsocialism = 25
        ordenstaat = 25
        paternalism= 25

}

set_politics = {
	
	ruling_party = paternalism
	last_election = "1936.1.1"
	election_frequency = 48
	elections_allowed = no
}


### VARIANTS ###
# 1936 Start #
if = {
	limit = { not = { has_dlc = "Man the Guns" } }
	### Ship Variants ###
}
if = {
	limit = { has_dlc = "Man the Guns" }
	# Submarines #
	create_equipment_variant = {
		name = "Ronis Class"								
		type = ship_hull_submarine_1
		name_group = LAT_SS_HISTORICAL
		parent_version = 0
		modules = {
			fixed_ship_torpedo_slot = ship_torpedo_sub_1
			fixed_ship_engine_slot = sub_ship_engine_1
			rear_1_custom_slot = empty
		}
	}
}

	create_country_leader = {
		name = "Karlis Ulmanis"
		desc = ""
		picture = GFX_Portrait_latvia_karlis_ulmanis
		expire = "1965.1.1"
		ideology = teutonic
		traits = {
			#
		}
	}